From 1b6fca8c78e6fd6fea4674a48f1cd26c731a549e Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Thu, 20 May 1993 00:56:54 +0000 Subject: [PATCH] * configure.in: Recognize Linux as a valid operating system for the i386. --- configure1.in | 1 + 1 file changed, 1 insertion(+) diff --git a/configure1.in b/configure1.in index d5a226bdfa8..7b80b4d375e 100755 --- a/configure1.in +++ b/configure1.in @@ -552,6 +552,7 @@ case "${configuration}" in *-isc* ) opsys=isc3-0 ;; *-esix* ) opsys=esix ;; *-xenix* ) opsys=xenix ;; + *-linux* ) opsys=linux ;; *-sco3.2v4* ) opsys=sco4 ;; ## Otherwise, we'll fall through to the generic opsys code at the bottom. esac -- 2.30.2